home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00079.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  467 b   |  22 lines

  1. on exitFrame
  2.   if sprite(6).visible = 1 then
  3.     sprite(8).visible = 1
  4.     sprite(6).visible = 0
  5.   else
  6.     if sprite(9).visible = 1 then
  7.       sprite(11).visible = 1
  8.       sprite(9).visible = 0
  9.     else
  10.       if sprite(10).visible = 1 then
  11.         sprite(8).visible = 1
  12.         sprite(10).visible = 0
  13.       else
  14.         if sprite(7).visible = 1 then
  15.           sprite(5).visible = 1
  16.           sprite(7).visible = 0
  17.         end if
  18.       end if
  19.     end if
  20.   end if
  21. end
  22.